home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_529_plugAni / frame_73 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  207 b   |  8 lines

  1. if(!_global.scene.plugScoreOver)
  2. {
  3.    _global.scene.plugScoreOver = true;
  4.    _global.ctn.game.addScore(254,478,15,60);
  5.    _global.ctn.game.addScore(20,Math.round(30 * Math.random()),15,60);
  6. }
  7. stop();
  8.